docs: Fix a parameter name mismatch
authorMatthias Clasen <mclasen@redhat.com>
Thu, 4 Jun 2020 13:51:07 +0000 (09:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 4 Jun 2020 13:52:17 +0000 (09:52 -0400)
gtk/gtkcolumnview.c

index 0ff4ef82d287c3d418501186c0af086c3edd9d13..950f467f5b0491fb0354a06223371773d06e1749 100644 (file)
@@ -1136,7 +1136,7 @@ gtk_column_view_get_columns (GtkColumnView *self)
 /**
  * gtk_column_view_set_show_row_separators:
  * @self: a #GtkColumnView
- * @show_separators: %TRUE to show row separators
+ * @show_row_separators: %TRUE to show row separators
  *
  * Sets whether the list should show separators
  * between rows.